/*---------- body s ----------*/

html,
body {
	font-family: "微软雅黑";
	font-family: "microsoft yahei";
}

body {
	float: left;
	width: 100%;
	color: #777;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2e2e2e;
}

ul {
	padding-left: 0;
	margin-bottom: 0;
}

ul li {
	list-style: none;
}

ul li,
ul li a,
ol li,
ol li a,
a {
	color: #777;
	font-size: 14px;
	/*line-height: 28px;*/
}

a:hover,
a:focus {
	color: #ff2929;
	text-decoration: none;
	outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
}

header,
header *,
a,
a *,
.top-nav ul>li>a,
.navbar-default .navbar-nav>li::after,
.navbar-default .navbar-nav>li>a::before,
.navbar-default .navbar-nav>li.dropdown>ul,
.footer-nav ul>li a::before {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.fa {
	padding-right: 5px;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
}

.form-control:focus,
.form-control:hover {
	border: 1px solid #ffaaaa !important;
	box-shadow: none !important;
}

.btn-default {
	border-radius: 0;
}

.btn-default:focus,
.btn-default:hover,
.btn-default:active:focus,
.btn-default:active:hover {
	color: #fff;
	border: 1px solid #ff2929;
	background-color: #ff2929;
	outline: none;
	box-shadow: none;
}


/* Image style */

#scrollUp {
	background-image: url("../img/top.png");
	bottom: 20px;
	right: 20px;
	width: 38px;
	/* Width of image */
	height: 38px;
	/* Height of image */
}


/*---------- body e ----------*/


/*---------- header s ----------*/


/*top-nav s*/

header .top-nav {
	background-color: #363838;
}

.top-nav ul {
	float: left;
}

.top-nav ul>li {
	float: left;
}

.top-nav ul>li>a {
	color: #aeaeae;
	line-height: 50px;
	text-decoration: none;
	padding: 0 10px;
}

.top-nav ul>li>a:hover {
	color: #ff2929;
}

.social-icon {
	float: right;
	color: #aeaeae;
	/*text-align: right;*/
	line-height: 50px;
	padding-right: 80px;
}

.social-icon a {
	display: inline-block;
	width: 32px;
	height: 25px;
	text-align: center !important;
	color: #646464;
	font-size: 12px;
	line-height: 25px;
	border-radius: 3px;
	background: #fff none repeat scroll 0 0;
}

.social-icon .fa {
	/*color: #fff;*/
	padding-right: 0;
}

.social-icon a:hover {
	background: #ff2929;
}

.social-icon a:hover .fa {
	color: #fff;
}

.top-nav .right {
	position: relative;
}

.top-nav .right .btn-custom {
	position: absolute;
	right: 15px;
	height: 70px;
	line-height: 50px;
	border: none;
	border-radius: 0 0 35px 35px;
	background-color: #ff2929;
}

.top-nav .right .btn-custom .fa {
	color: #fff;
	/*padding-top: 20px;*/
	padding-right: 0;
}


/*top-nav e*/


/*header-content s*/

header {
	background-image: url(../img/header-bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: inherit;
}

.header-content {
	/*padding: 20px 0;*/
	height: 150px;
}

.header-content .left {
	line-height: 150px;
}

.header-content .left img {
	width: auto;
	height: 60px;
}

.header-content .right {
	text-align: right;
	margin-top: 40px;
}

.header-content .right .keyword>a {
	display: inline-block;
	color: #818181;
	line-height: 3;
	text-decoration: none;
	margin: 0 5px;
}

.header-content .right .keyword>span {
	color: #333;
	font-weight: bold;
}

.header-content .right .keyword>a:hover {
	color: #ff2929;
}


/*header-content e*/


/*---------- header e ----------*/


/*---------- nav s ----------*/

.navbar {
	margin-bottom: 1px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}

.navbar-default .navbar-nav>li::after {
	bottom: -2px;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	width: 0;
	background-color: #ff2929;
}

.navbar-default .navbar-nav>li:hover::after {
	width: 100%;
}

.navbar-default .navbar-nav>li>a {
	font-weight: bold;
	padding: 15px 25px;
}

.navbar-default .navbar-nav>li>a::before {
	color: #535353;
	content: " ";
	font-family: fontawesome;
	left: 0;
	opacity: 0;
	position: absolute;
}

.navbar-default .navbar-nav>.active::after {
	width: 100%;
}

.navbar-default .navbar-nav>li:nth-of-type(1)>a::before {
	content: "\f015";
}

.navbar-default .navbar-nav>li:nth-of-type(2)>a::before {
	content: "\f0c0";
}

.navbar-default .navbar-nav>li:nth-of-type(3)>a::before {
	content: "\f004";
}

.navbar-default .navbar-nav>li:nth-of-type(4)>a::before {
	content: "\f1ea";
}

.navbar-default .navbar-nav>li:nth-of-type(5)>a::before {
	content: "\f024";
}

.navbar-default .navbar-nav>li:nth-of-type(6)>a::before {
	content: "\f2bc";
}

.navbar-default .navbar-nav>li:nth-of-type(7)>a::before {
	content: "\f095";
}

.navbar-default .navbar-nav>.active>a::before,
.navbar-default .navbar-nav>li:hover>a::before {
	left: 15px;
	opacity: 1;
	font-weight: normal;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li:hover>a {
	color: #333;
	padding-left: 35px;
	padding-right: 15px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #777;
	background-color: transparent;
}

.navbar-default .navbar-nav>li.dropdown>ul {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	left: 10px;
	margin: 1px 0 0;
	opacity: 0;
	padding: 20px 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 230px;
	z-index: 999;
}

.navbar-default .navbar-nav>li.dropdown:hover>ul {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.navbar-default .navbar-nav>li.dropdown>ul>li {
	float: left;
	padding: 0 30px;
	width: 100%;
}

.navbar-default .navbar-nav>li.dropdown>ul>li>a {
	border-bottom: 1px dashed #c3c3c3;
	color: #999;
	float: left;
	font-family: Montserrat;
	font-size: 13px;
	padding: 9px 0;
	padding-top: 9px;
	width: 100%;
}

.navbar-default .navbar-nav>li.dropdown>ul>li:first-child a {
	padding-top: 0;
}

.navbar-default .navbar-nav>li.dropdown>ul>li:last-child a {
	border: medium none;
	padding-bottom: 0;
}


/*---------- nav e ----------*/


/*---------- slider s ----------*/

.carousel-control.left,
.carousel-control.right {
	background: none;
}


/*---------- slider e ----------*/


/*---------- section s ----------*/


/*---------- section e ----------*/


/*---------- footer s ----------*/

footer {
	padding: 30px 0;
	background: #f3f3f3 none repeat scroll 0 0;
}

.footer-nav {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.footer-nav ul>li {
	float: left;
}

.footer-nav ul>li>a {
	position: relative;
	color: #555;
	line-height: 2;
	padding: 10px 20px;
}

.footer-nav ul>li:first-child>a {
	padding-left: 0;
}

.footer-nav ul>li>a:hover {
	color: #333;
	padding-left: 30px;
	padding-right: 10px;
}

.footer-nav ul>li:first-child>a {
	padding-left: 0;
	padding-right: 20px;
}

.footer-nav ul>li:first-child>a:hover {
	/*padding: 10px 20px;*/
}

.footer-nav ul>li a::before {
	content: " ";
	font-family: fontawesome;
	left: 0;
	opacity: 0;
	position: absolute;
}

.footer-nav ul>li:nth-of-type(2)>a::before {
	content: "\f0c0";
}

.footer-nav ul>li:nth-of-type(3)>a::before {
	content: "\f004";
}

.footer-nav ul>li:nth-of-type(4)>a::before {
	content: "\f1ea";
}

.footer-nav ul>li:nth-of-type(5)>a::before {
	content: "\f024";
}

.footer-nav ul>li:nth-of-type(6)>a::before {
	content: "\f2bc";
}

.footer-nav ul>li:nth-of-type(7)>a::before {
	content: "\f095";
}

.footer-nav ul>li:hover>a::before {
	left: 8px;
	opacity: 1;
	font-weight: normal;
}

.copyright,
.icp {
	width: 100%;
	float: left;
	line-height: 2;
}

.copyright a:hover,
.icp a:hover {
	color: #333;
	text-decoration: underline;
}

.footer-social-icon {
	display: inline-block;
	float: left;
}

.footer-social-icon span {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.footer-social-icon a {
	display: inline-block;
	width: 32px;
	height: 25px;
	text-align: center !important;
	color: #646464;
	font-size: 12px;
	line-height: 25px;
	border-radius: 3px;
	background: #ddd none repeat scroll 0 0;
	/*box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);*/
}

.footer-social-icon a:hover {
	background: #ff2929 none repeat scroll 0 0;
}

.footer-social-icon a .fa {
	padding-right: 0;
}

.footer-social-icon a:hover .fa {
	color: #fff;
	padding-right: 0;
}

.wechat {
	/*text-align: right;*/
	display: inline-block;
}

.wechat img {
	width: auto;
	height: 120px;
	box-shadow: 0px 1px 8px rgba(0, 0, 0, .3);
}


/*---------- footer e ----------*/